EXECUTE COLOR DIALOG
This command displays the Color Dialog. The options Default Colour parameter determines which colour is initially selected.


ARGUMENTS:
optional:
* Window Handle = Handle to the parent window
optional:
* Default Colour = The colour (RGB format) that is initally selected

RETURNS:
The colour (RGB format) that was selected. If the user cancelled the dialog the function returns a value of -1.


SYNTAX
Return Integer=EXECUTE COLOR DIALOG([Window Handle [,Default Colour]])


RELATED INFO
View Dialogs Index
View STYX Index
View STYX Main File